func time.newParseError
9 uses
time (current package)
format.go#L847: func newParseError(layout, value, layoutElem, valueElem, message string) *ParseError {
format.go#L1072: return Time{}, newParseError(alayout, avalue, prefix, value, "")
format.go#L1076: return Time{}, newParseError(alayout, avalue, "", value, ": extra text: "+quote(value))
format.go#L1324: return Time{}, newParseError(alayout, avalue, stdstr, value, ": "+rangeErrString+" out of range")
format.go#L1327: return Time{}, newParseError(alayout, avalue, stdstr, hold, "")
format.go#L1349: return Time{}, newParseError(alayout, avalue, "", value, ": day-of-year out of range")
format.go#L1361: return Time{}, newParseError(alayout, avalue, "", value, ": day-of-year does not match month")
format.go#L1365: return Time{}, newParseError(alayout, avalue, "", value, ": day-of-year does not match day")
format.go#L1379: return Time{}, newParseError(alayout, avalue, "", value, ": day out of range")
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |